public class CiscoG729MediaCapability extends CiscoMediaCapability
The CiscoG729MediaCapability
object specifies the properties for a G.729 encoded RTP
stream. Applications that support G.729 media termination use this object to specify their
preferred packet size when registering a CiscoMediaTerminal
.
The default packet size is thirty milliseconds.
Modifier and Type | Field and Description |
---|---|
static int |
FRAMESIZE_SIXTY_MILLISECOND_PACKET
RTP Packet Framesize: Sixty millisecond RTP packet
|
static int |
FRAMESIZE_THIRTY_MILLISECOND_PACKET
RTP Packet Framesize: Thirty millisecond RTP packet
|
static int |
FRAMESIZE_TWENTY_MILLISECOND_PACKET
RTP Packet Framesize: Twenty millisecond RTP packet
|
G711_64K_30_MILLISECONDS, G723_6K_30_MILLISECONDS, G729_30_MILLISECONDS, GSM_80_MILLISECONDS, ISAC, WIDEBAND_256K_10_MILLISECONDS
Constructor and Description |
---|
CiscoG729MediaCapability()
Constructs a CiscoG729MediaCapability
|
CiscoG729MediaCapability(int payload,
int rtpPacketFrameSize)
Constructs a CiscoG729MediaCapability
|
getMaxFramesPerPacket, getPayloadType, isSupported, toString
public static final int FRAMESIZE_TWENTY_MILLISECOND_PACKET
public static final int FRAMESIZE_THIRTY_MILLISECOND_PACKET
public static final int FRAMESIZE_SIXTY_MILLISECOND_PACKET